home *** CD-ROM | disk | FTP | other *** search
- onEnterFrame = function()
- {
- var _loc5_ = _root.getBytesLoaded();
- var _loc4_ = _root.getBytesTotal();
- var _loc3_ = int(_loc5_ / _loc4_ * 100);
- num_txt.text = _loc3_ + "%";
- if(_loc3_ == 100)
- {
- delete this.onEnterFrame;
- if(_root._mochiad instanceof MovieClip != true)
- {
- _root.play();
- }
- }
- };
-